Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / docs / et-rEE / user / debug-logs.md

Displaying Rendered • View raw • Download

docs/et-rEE/user/debug-logs.md 72ca3313d8e42541c08a45a93ccc8bf0248ee85e (72ca3313) Text, 3.11 KB

title: Arendaja logid
parent: Kasutaja juhis
nav_order: 22
last_updated: 2026-07-08
description: Vaata ja ekspordi rakenduse arendajalogi rakenduse seest ning lisa GitHubi probleemile jäädvustus vigade diagnoosimiseks – adb-d pole vaja.
aliases:
• arendaja-logid
• logcat
• app-logs
• bug-report

Arendaja logid

Kui midagi töötab valesti, on rakenduse arendajalogid kõige kasulikum asi, mida saad veateatele lisada. Meshtastic can capture them for you, from inside the app — you no longer need T383838adb or any desktop tooling to collect them.

Ava Arendajapaneel, valides Seaded → Täpsemad → Arendajapaneel.

│ 📎 Esitad probleemi? Eksporti oma logid (vt allpool) ja lisa T383838.txt-fail oma aruandele aadressil
│ A log capture that covers the moment the problem happened turns "it doesn't work" into something
│ a developer can actually track down.

The two tabs

Arendajapaneelil on kaks vahekaarti:

• Packets — the decoded mesh traffic your radio has sent and received (protocol-level messages). Useful for diagnosing mesh and routing behavior.
• App logs — the app's own diagnostic log (Android logcat), including warnings, errors, and stack traces from the app itself. This is usually what a bug report needs.

Each tab has its own export button and produces its own file, so you can grab whichever is relevant — or both.

Viewing app logs

The App logs tab shows the most recent log lines from this app only — never other apps on your device.

• Search — type in the search box to filter to matching lines.
• Tasemefilter — V / D / I / W / E kiibid lülitavad sisse üksikasjaliku, arendaja-, teabe-, hoiatus- ja vearea. Tap a level to hide it; tap again to bring it back. Fatal lines are always shown.
• Refresh — the refresh icon re-reads the latest logs.

Error and warning lines are tinted so problems stand out.

Exporting

Praeguste logide faili salvestamiseks puuduta ikooni allalaadimine. Süsteemi failivalijast valite, kuhu see liigub ja failile lisatakse ajatempliga nimi (näiteks T383838meshtastic_logcat_20260701_143312.txt), nii, et korduvad ekspordid ei kirjuta üksteist kunagi üle.

Attach that file to your GitHub issue.

│ 🔒 Privaatsus: Ekspordib automaatselt redigeeri privaatvõtmed, administraatori võtmed ja seansi
│ paroolid enne faili kirjutamist. Kanali PSKid ei redigeerita ja logid võivad sisaldada ka sõlmede
│ nimesid, asukohti ja muid tuvastavaid üksikasju – enne avalikult jagamist vaadake fail üle ja
│ jaga seda privaatselt, kui teil on kahtlusi.

Töölaud

The desktop app has no system logcat, so the App logs tab shows the app's own captured log output instead. Search, filtering, and export work the same way.

Related Topics

• Help & In-App Docs — reading this documentation offline inside the app
• Connections — if the problem is getting connected to your radio in the first place


Served by rngit 1.5.2 - Generated in 0.07s